From 9b1ac7091a8cdf8bef27c4fd712dec61a6c7f8ca Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 15 May 2007 21:56:40 +0000 Subject: [PATCH] Use description as name source when we don't have notes in maggeo. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2787 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/maggeo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/maggeo.c b/gpsbabel/maggeo.c index e738685a8..a86cc6ba1 100644 --- a/gpsbabel/maggeo.c +++ b/gpsbabel/maggeo.c @@ -174,7 +174,7 @@ maggeo_waypt_pr(const waypoint *waypointp) } placeddate = maggeo_fmtdate(waypointp->creation_time); lfounddate = maggeo_fmtdate(waypointp->gc_data.last_found); - cname = mkshort(desc_handle, waypointp->notes ? waypointp->notes : waypointp->shortname); + cname = mkshort(desc_handle, waypointp->notes ? waypointp->notes : waypointp->description); placer = waypointp->gc_data.placer; /* -- 2.30.2